Update font-weight css parser test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:32:01 +0000 (14:32 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 19:32:01 +0000 (14:32 -0500)
This is affected by the recent fix for parsing font-weight.

testsuite/css/parser/font-weight.ref.css

index 13752c24d81ccc1372a570e5863e17f0740518df..645a231ea849086a10e1411d9aa3c39503bd1118 100644 (file)
@@ -39,7 +39,7 @@ j {
 }
 
 k {
-  font-weight: 400;
+  font-weight: normal;
 }
 
 l {
@@ -51,7 +51,7 @@ m {
 }
 
 n {
-  font-weight: 700;
+  font-weight: bold;
 }
 
 o {